Keysight Pathwave 89600 VSA .NET API
SetAllocatedSlotIndexes(Int32[],Int32[]) Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Pucch Class > SetAllocatedSlotIndexes Method : SetAllocatedSlotIndexes(Int32[],Int32[]) Method


startSlotIndexes
Array of zero-based slot indexes for each contiguous set of slots allocated to this physical channel.
slotCounts
Array of the number of slots for each contiguous set of slots allocated to this physical channel.

Glossary Item Box

Sets non-contiguous sets of slots to be allocated for this physical channel.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub SetAllocatedSlotIndexes( _
   ByVal startSlotIndexes() As Integer, _
   ByVal slotCounts() As Integer _
) 
C# 
public abstract void SetAllocatedSlotIndexes( 
   int[] startSlotIndexes,
   int[] slotCounts
)
C++/CLI 
public:
abstract void SetAllocatedSlotIndexes( 
   array<int>^ startSlotIndexes,
   array<int>^ slotCounts
) 

Parameters

startSlotIndexes
Array of zero-based slot indexes for each contiguous set of slots allocated to this physical channel.
slotCounts
Array of the number of slots for each contiguous set of slots allocated to this physical channel.

Remarks

This method allows entry of complex and non-contiguous slot allocations. For simpler single contiguous allocations, use SetAllocatedSlotIndexes(Int32,Int32) Inspect the results of GetAllocatedSlotIndexes to see the current set of slot indexes allocated to this physical channel.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also